core: Don't silence output of ostree-run-triggers
authorColin Walters <walters@verbum.org>
Tue, 19 Jun 2012 20:14:31 +0000 (16:14 -0400)
committerColin Walters <walters@verbum.org>
Tue, 19 Jun 2012 20:14:31 +0000 (16:14 -0400)
We want to see which triggers are being run by default.

src/libostree/ostree-sysroot.c

index 121c31d8d05f8f0f92a92c1713ff6eb1d30b7076..43b513bc08800373e829d94c47bd3f12afd34c0d 100644 (file)
@@ -91,7 +91,7 @@ ostree_run_triggers_in_root (GFile                  *root,
 
       if (!g_spawn_sync (NULL, (char**)argv->pdata,
                          (char**) ostree_get_sysroot_environ (),
-                         G_SPAWN_SEARCH_PATH | G_SPAWN_STDOUT_TO_DEV_NULL,
+                         G_SPAWN_SEARCH_PATH,
                          NULL, NULL, NULL, NULL, &estatus, error))
         goto out;